home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu379.dms / pu379.adf / SuperRetLab / makefile < prev    next >
Makefile  |  1990-07-02  |  363b  |  15 lines

  1. CFLAGS = -n +Iinclude:symbols.m
  2.  
  3. sretlab: sretlab.o abouthelp.o
  4.     ln -g  sretlab.o abouthelp.o -o sretlab -lc
  5.  
  6. abouthelp.o: abouthelp.c 
  7.  
  8. sretlab.o: sretlab.c srwindow.h
  9.  
  10. backup:
  11.     csh -c copy -u sretlab.info sretlab.c srwindow.h abouthelp.c makefile sretlab.pw bkup
  12.  
  13. backup2:
  14.     csh -c copy -u sretlab.info sretlab.c srwindow.h abouthelp.c makefile sretlab.pw back2
  15.